home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Frameworks
/
TransSkel 3.18
/
Source
/
Dialog Item Stuff
/
SkelSetDlogCtlHilite.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-20
|
386 b
|
15 lines
|
[
TEXT/KAHL
]
/*
* Set hiliting value of control associated with a dialog item.
* Doesn't set it if it already has that value, in order to minimize
* drawing. Returns true if the value was actually changed, false if not.
*/
# include "TransSkel.h"
pascal Boolean
SkelSetDlogCtlHilite (DialogPtr d, short item, short hilite)
{
return (SkelHiliteControl (SkelGetDlogCtl (d, item), hilite));
}